type testing.testDeps

6 uses

	testing (current package)
		fuzz.go#L462: 	deps testDeps
		fuzz.go#L477: func runFuzzTests(deps testDeps, fuzzTests []InternalFuzzTarget, deadline time.Time) (ran, ok bool) {
		fuzz.go#L562: func runFuzzing(deps testDeps, fuzzTests []InternalFuzzTarget) (ok bool) {
		testing.go#L2172: 	deps        testDeps
		testing.go#L2192: type testDeps interface {
		testing.go#L2213: func MainStart(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) *M {